func net.open
9 uses
net (current package)
dnsconfig_unix.go#L24: file, err := open(filename)
hosts.go#L68: file, err := open(hp)
interface_linux.go#L214: fd, err := open(path)
interface_linux.go#L251: fd, err := open(path)
lookup_unix.go#L21: file, err := open("/etc/protocols")
nss.go#L150: f, err := open(file)
parse.go#L75: func open(name string) (*file, error) {
port_unix.go#L19: file, err := open("/etc/services")
sock_linux.go#L35: fd, err := open("/proc/sys/net/core/somaxconn")
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |